-
-
Notifications
You must be signed in to change notification settings - Fork 114
Gl switch #578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
Actually let's try Rendering: SVG / WebGL |
cd3133c to
c9642e2
Compare
|
src/lib/traceTypes.js
Outdated
| value: 'SPECIALIZED', | ||
| label: _('Specialized'), | ||
| }, | ||
| WEB_GL: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you rename this to 3D plz? instead of just changing the label?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can, but it'll be ugly - identifier can't start with a digit, so I'd have to access things like['so'] in a bunch of places...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
THREE_DEE
|
Just one comment in the source, and curious about why the new widget isn't showing up in Percy :) |
|
💃 but please create an issue for the percy thing :) |
closes #565
closes #537
closes #545